runtime.stkframe.continpc (field)
10 uses
runtime (current package)
heapdump.go#L287: dumpint(uint64(s.continpc))
mgcmark.go#L919: if _DebugGC > 1 && frame.continpc != 0 {
mgcmark.go#L927: println("conservatively scanning function", funcname(frame.fn), "at PC", hex(frame.continpc))
stack.go#L648: if frame.continpc == 0 {
stack.go#L654: print(" adjusting ", funcname(f), " frame=[", hex(frame.sp), ",", hex(frame.fp), "] pc=", hex(frame.pc), " continpc=", hex(frame.continpc), "\n")
stkframe.go#L54: continpc uintptr
stkframe.go#L158: targetpc := frame.continpc
traceback.go#L426: frame.continpc = frame.pc
traceback.go#L429: frame.continpc = frame.fn.entry() + uintptr(frame.fn.deferreturn) + 1
traceback.go#L440: frame.continpc = 0
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |